home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / domacnost a kancelar / remote / RACClient340.exe / install_script.iss
Text File  |  2008-07-16  |  4KB  |  82 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=Remote Administrator Control Client
  5. AppVerName=Remote Administrator Control Client 3.4.0
  6. AppId=Remote Administrator Control Client
  7. AppPublisher=Miloslav Novotny N+P
  8. AppPublisherURL=http://www.remote-rac.com
  9. AppSupportURL=http://www.remote-rac.com
  10. AppUpdatesURL=http://www.remote-rac.com
  11. DefaultDirName={pf}\PCNetSoftware\RAC Client
  12. DefaultGroupName=Remote Administrator Control
  13. UninstallDisplayIcon={app}\RACClient.exe
  14. OutputBaseFilename=in
  15. Compression=bzip2
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\RACclient.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\RACShared.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\RACs.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\RemoteInstall.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\RemoteInstall.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\InstallKernel.dll"; DestDir: "{app}"; Flags: dontcopy 
  27. Source: "{app}\RACObjSel.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\RACclient.CSY.lng"; DestDir: "{app}"; 
  29. Source: "{app}\RCommands.ini"; DestDir: "{app}"; 
  30. Source: "{app}\RACCH.dll"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\LicenseCSY.txt"; DestDir: "{app}"; Flags: overwritereadonly 
  32. Source: "{app}\LicenseENG.txt"; DestDir: "{app}"; Flags: overwritereadonly 
  33. Source: "{app}\LicenseESP.txt"; DestDir: "{app}"; Flags: overwritereadonly 
  34. Source: "{app}\RACclient.ENG.lng"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\RACclient.exe.manifest"; DestDir: "{app}"; Check: "IsManifestOn"; 
  36. Source: "{app}\RACclient.exe.manifestOff"; DestDir: "{app}"; Check: "IsManifestOff"; 
  37.  
  38. [Registry]
  39. Root: HKLM; Subkey: "Software\PCNetSoftware\RAC Client"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; 
  40. Root: HKLM; Subkey: "Software\PCNetSoftware\RAC Client"; ValueName: "InstallSetupVersion"; ValueType: String; ValueData: "{code:GetInstallSetupVersion|0}"; 
  41. Root: HKLM; Subkey: "Software\PCNetSoftware\RAC Client"; Flags: uninsdeletekey 
  42.  
  43. [Run]
  44. Filename: "{app}\RACclient.exe"; Description: "{code:GetInstallMessageEx|31}"; Flags: postinstall skipifsilent nowait
  45.  
  46. [Icons]
  47. Name: "{group}\RAC Client"; Filename: "{app}\RACclient.exe"; 
  48. Name: "{group}\{code:GetNameFolderUnistall|RAC Client}"; Filename: "{app}\unins000.exe"; 
  49. Name: "{userdesktop}\RAC Client"; Filename: "{app}\RACclient.exe"; Tasks: desktopicon; 
  50.  
  51. [Tasks]
  52. Name: "desktopicon"; Description: "{code:GetInstallMessageEx|19}"; 
  53.  
  54. [UninstallDelete]
  55. Type: dirifempty; Name: "{app}"; 
  56.  
  57. [CustomMessages]
  58. cz.NameAndVersion=%1 verze %2
  59. cz.AdditionalIcons=DalÜφ zßstupci:
  60. cz.CreateDesktopIcon=Vytvo°it zßstupce na &ploÜe
  61. cz.CreateQuickLaunchIcon=Vytvo°it zßstupce na panelu &SnadnΘ spuÜt∞nφ
  62. cz.ProgramOnTheWeb=Aplikace %1 na internetu
  63. cz.UninstallProgram=Odinstalovat aplikaci %1
  64. cz.LaunchProgram=Spustit aplikaci %1
  65. cz.AssocFileExtension=Vytvo°it &asociaci mezi soubory typu %2 a aplikacφ %1
  66. cz.AssocingFileExtension=Vytvß°φ se asociace mezi soubory typu %2 a aplikacφ %1...
  67. en.NameAndVersion=%1 version %2
  68. en.AdditionalIcons=Additional icons:
  69. en.CreateDesktopIcon=Create a &desktop icon
  70. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  71. en.ProgramOnTheWeb=%1 on the Web
  72. en.UninstallProgram=Uninstall %1
  73. en.LaunchProgram=Launch %1
  74. en.AssocFileExtension=&Associate %1 with the %2 file extension
  75. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  76.  
  77. [Languages]
  78. ; These files are stubs
  79. ; To achieve better results after recompilation, use the real language files
  80. Name: "cz"; MessagesFile: "embedded\cz.isl"; LicenseFile: "embedded\czLicense.txt"; 
  81. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; 
  82.